Docs.rs
enum-iterator-derive-0.6.0
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
enum-iterator-derive 0.6.0
Procedural macro to iterate over the variants of a field-less enum
Crate
Source
Builds
Feature flags
Documentation
Links
stephaneyfx/enum-iterator
103
8
2
crates.io
Dependencies
proc-macro2 ^1.0.4
normal
quote ^1.0.2
normal
syn ^1.0.5
normal
Versions
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.0
0.1.1
0.1.0
Owners
Procedural macro to derive `IntoEnumIterator` for field-less enums. See crate [enum-iterator](https://docs.rs/enum-iterator) for details.